home *** CD-ROM | disk | FTP | other *** search
- -- card: 13472 from stack: in.6
- -- bmap block id: 13798
- -- flags: 0000
- -- background id: 7853
- -- name: mailsendx
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 2007
- -- rect: left=0 top=90 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 4
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Field 1
-
-
- -- part 2 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=283 top=15 right=33 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: LineCount
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=297 top=323 right=342 bottom=363
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: PANIC
- ----- HyperTalk script -----
- on mouseup
- PANIC
- end mouseup
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=349 top=39 right=61 bottom=468
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Lèhetè
- ----- HyperTalk script -----
- on mouseup
- openascii
- get word 1 of card field "Node Type" of card "Config"
- put it into nodetype
-
- SendField1
-
- if nodetype = "unix" then
- writeascii numtochar(17)
- writeascii "." & return
- displayscreen "dis","% ","& "
- else
- writeascii numtoChar(26)
- wait 100
- writeascii numtoChar(26)
- displayscreen "dis",return & "$ "
- end if
- go back
- closeascii
- end mouseup
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=350 top=62 right=86 bottom=469
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Ei lèhetetèkèèn
- ----- HyperTalk script -----
- on mouseup
- openascii
- get word 1 of card field "Node Type" of card "Config"
- if it is "unix" then
- writeascii numtochar(3)
- writeascii numtochar(3)
- else
- writeascii numtochar(3)
- writeascii numtochar(26)
- end if
- displayscreen
- go back
- closeascii
- end mouseup
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=3 top=52 right=72 bottom=157
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Lisèè ">" rivin eteen
- ----- HyperTalk script -----
- on mouseup
- put number of lines of card field 1 into count
- repeat with i=1 to count
- put "> " before char 1 of line i of card field 1
- end repeat
- end mouseup
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=159 top=52 right=73 bottom=307
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Muuta sulut àÇü:ksi
- ----- HyperTalk script -----
- on mouseUp
- set cursor to watch
- set cursor to watch
- replace "{","ä"
- replace "}","å"
- replace "|","├╢"
- replace "\","Ö"
- replace "[","Ä"
- replace "]","Å"
- end mouseUp
-
-
-
- -- part contents for card part 2
- ----- text -----
- Lines 14